home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / GraphicViewers / Movie / Source / Makefile < prev    next >
Makefile  |  1993-05-20  |  1KB  |  51 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Movie
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = appIcon.tiff
  16. DOCICONS = movieDoc.tiff movieDoc.tiff
  17.  
  18. GLOBAL_RESOURCES = Movie.nib Prefs.nib Projectionist.nib appIcon.tiff \
  19.                    movieDoc.tiff
  20.  
  21. CLASSES = Animator.m Controller.m MovieView.m Projectionist.m
  22.  
  23. HFILES = Animator.h Controller.h MovieView.h Projectionist.h
  24.  
  25. MFILES = Movie_main.m
  26.  
  27. PSWFILES = wraps.psw
  28.  
  29.  
  30.  
  31. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  32. INSTALLDIR = $(HOME)/Apps
  33. INSTALLFLAGS = -c -s -m 755
  34. SOURCEMODE = 444
  35.  
  36. ICONSECTIONS =    -sectcreate __ICON app appIcon.tiff \
  37.         -sectcreate __ICON movieDoc movieDoc.tiff
  38.  
  39. LIBS = -lMedia_s -lNeXT_s
  40. DEBUG_LIBS = $(LIBS)
  41. PROF_LIBS = $(LIBS)
  42.  
  43.  
  44. -include Makefile.preamble
  45.  
  46. include $(MAKEFILEDIR)/app.make
  47.  
  48. -include Makefile.postamble
  49.  
  50. -include Makefile.dependencies
  51.